.container-page {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}

.page-heading .page-title {
    margin: 20px 0;
    font-size: 21px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
}

.off_canvars_overlay {
    cursor: pointer;
}

.modal-title {
    font-size: 20px;
    text-transform: uppercase;
}

.modal-header {
    background: #f9f9f9;
}

.modal-header .close {
    padding: 6px 12px;
    color: #ffffff;
    background: #333333;
    text-shadow: none;
    transition: .3s;
    opacity: 1;
}

.modal-footer {
    background: #f9f9f9;
}

.form-control:focus {
    border-color: #ed1d26;
    box-shadow: none;
}

.form-message {
    margin: 16px 0;
}

.form-message .alert,
.form-message .alert p {
    margin-bottom: 0;
}

.font-normal {
    font-style: normal;
}

label {
    margin-bottom: 0;
    font-size: 15px;
}

input::-webkit-input-placeholder {
    font-size: 14px;
}

input::-moz-placeholder {
    font-size: 14px;
}

input:-ms-input-placeholder {
    font-size: 14px;
}

input::-ms-input-placeholder {
    font-size: 14px;
}

input::placeholder {
    font-size: 14px;
}

.input-group-text {
    background: #ed1d26;
    border-color: #ed1d26;
    color: #ffffff;
}

.btn-yellow {
    display: inline-block;
    height: 34px;
    padding: 5px 20px;
    color: #fff;
    background: #ed1d26;
    font-size: 13px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
    border: 0;
    border-radius: 20px;
    cursor: pointer;
    transition: .3s;
}

.btn-yellow:hover {
    background: #333;
}

.btn-black,
.btn-red {
    display: inline-block;
    padding: 6px 10px;
    color: #ffffff !important;
    background: #333 !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-black:hover {
    color: #ffffff !important;
    background: #ed1d26 !important;
}

.btn-black:focus,
.btn-red:focus {
    color: white;
    box-shadow: none;
}

.btn-red {
    background: #d94040 !important;
}

.btn-red:hover {
    color: #ffffff !important;
    background: #b13232 !important;
}

.btn-outline-black,
.btn-outline-red {
    display: inline-block;
    padding: 6px 10px;
    color: #333;
    background-color: transparent;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    border: 1px solid #333;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-outline-black:hover,
.btn-outline-red:hover {
    color: white;
    background-color: #333;
    transition: 0.3s;
}

.btn-outline-black:focus,
.btn-outline-red:focus {
    box-shadow: none;
}

.btn-outline-red {
    color: #d94040;
    border-color: #d94040;
}

.btn-outline-red:hover {
    background: #d94040;
}

.btn-alert {
    padding: 10px 22px;
    height: unset;
    font-size: 16px;
    line-height: unset;
}

.btn-alert:hover {
    color: #ffffff;
    background: #3e444a;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 7px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #6C6E71;
    border-radius: 7px;
    -webkit-transition: background-color 500ms ease-out 1s;
    transition: background-color 500ms ease-out 1s;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #333333;
    -webkit-transition: background-color 500ms ease-out 1s;
    transition: background-color 500ms ease-out 1s;
}

.top_right > ul > li:hover a:not([href]):not([tabindex]) {
    color: inherit;
}

.alert p {
    margin-bottom: 0;
}

/* Header Top */
.dropdown_currency li a, .dropdown_language li a, .dropdown_links li a {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 992px) {
    .dropdown_currency, .dropdown_language, .dropdown_links {
        right: auto !important;
        left: auto !important;
        margin-top: 10px;
    }
}

.top_right > ul > li {
    padding-right: 15px;
    margin-right: 15px;
    vertical-align: middle;
}

.dropdown_links {
    left: unset;
    right: 0;
}

.dropdown_links li.active a {
    color: #ed1d26;
}

.language a {
    display: flex !important;
    align-items: center;
    color: #000;
}

@media only screen and (min-width: 992px) {
    .currency a {
        padding-top: 3px;
    }
}

.top_links .currency-selectpicker .currency-item:hover {
    color: #ed1d26 !important;
}

/* Header Middle */
.logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.logo img {
    max-height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}

.logo a {
    display: inline-block;
    text-align: left;
}

.middle_right {
    justify-content: space-between;
}

.middle_right_info {
    margin-top: 0;
}

.middle_right_account {
    margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
    .middle_right_account {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 992px) {
    .middle_right_account {
        display: none;
    }
}

.search-container {
    margin-right: 0;
}

.search_box {
    background: #f9f9f9;
}

.search_box input:focus {
    background: #ffffff;
    border-radius: 5px;
}

.search_box button:hover i {
    color: #ed1d26;
    transition: all 0.3s ease-in-out 0s;
}

.header_login {
    position: relative;
    margin-right: 24px;
    min-height: 46px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_login {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_login {
        margin-right: 15px;
    }
}

.header_login a {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    min-height: 46px;
}

.mobile-search-form {
    display: none;
}

@media (max-width: 768px) {
    .logo-area {
        display: grid;
        justify-items: center;
    }

    .search_box_mobile {
        width: 100%;
    }

    .header_area {
        margin-bottom: 15px;
    }

    .class-home .header_area {
        margin-bottom: 0;
    }

    .mobile-search-form {
        display: block;
    }
}

.header_call {
    display: none;
}

@media only screen and (min-width: 768px) {
    .header_call {
        display: block;
    }
}

.header_call a {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 10px;
}

.header_call a:hover {
    color: #ed1d26;
}

.header_call a span {
    font-size: 3rem;
    font-weight: 400;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.header_call a div {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.header_login a:focus,
.header_register > a:focus {
    box-shadow: none;
}

.header_login a span {
    font-size: 32px;
    padding-right: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_login a span {
        font-size: 27px;
        padding-right: 3px;
    }
}

.footer_menu .header_register > a span {
    margin-left: 4px;
}

.header_register {
    position: relative;
    min-height: 46px;
}

.header_login a:hover,
.header_register.active > a,
.header_register:hover > a {
    /*color: #fd5018 !important;*/
}

.header_register > a {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    min-height: 46px;
}

.header_register > a span {
    font-size: 26px;
    padding-right: 5px;
}

.header_register span.cart_quantity {
    position: absolute;
    left: 32px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    top: -7px;
    font-size: 11px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_register > a span {
        font-size: 27px;
        padding-right: 2px;
    }
}

/* Header Bottom */
.header_bottom {
    margin-bottom: 0;
}

.sticky-header.sticky {
    /*background: #ed1d26;*/
    background: rgba(255, 255, 255, .9);
    /*border-bottom: 2px solid rgba(0, 0, 0, .3);*/
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, .1);
}

/*.sticky .main_menu nav > ul > li.active a,
.sticky .main_menu nav > ul > li:hover a {
    color: #FFFFFF;
}

.main_menu nav > ul > li.active,
.main_menu nav > ul > li:hover {
    background-color: #585858;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}*/
.main_menu nav > ul > li.active a {
    color: #ed1d26;
}

/*.main_menu nav > ul > li:first-child > a {
    padding-left: 20px;
}*/
.mini_cart_wrapper span.cart_quantity {
    padding-right: 0;
    left: 19px;
}

@media screen and (min-width: 768px) {
    .mini_cart_wrapper span.cart_quantity {
        left: 13px;
    }
}

@media screen and (min-width: 992px) {
    .mini_cart_wrapper span.cart_quantity {
        left: 19px;
    }
}

.middle_right_info .mini_cart_wrapper > a {
    display: flex;
    align-items: center;
}

.mini_cart_wrapper.active > a {
    color: #fd5018;
}

.footer_menu .mini_cart_wrapper.active > a,
.footer_menu .mini_cart_wrapper:hover > a {
    color: #ed1d26;
}

.footer_menu .mini_cart_wrapper {
    padding-top: 10px;
}

.footer_menu .mini_cart_wrapper span.cart_quantity {
    top: 3px;
    color: #fff;
    background: #333;
}

@media screen and (min-width: 768px) {
    .footer_menu .mini_cart_wrapper span.cart_quantity {
        left: 20px;
    }
}

.footer_menu .mini_cart_wrapper.active span.cart_quantity,
.footer_menu .mini_cart_wrapper:hover span.cart_quantity {
    color: white;
    background: #ed1d26;
}

.header_order_follow_up {
    position: relative;
    margin-right: 24px;
}

@media screen and (min-width: 992px) {
    .middle_right_info .header_order_follow_up {
        display: none;
    }
}

.header_order_follow_up > a {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
}

.header_order_follow_up.active > a {
    color: #fd5018;
}

.header_order_follow_up > a span {
    font-size: 32px;
    padding-right: 5px;
}

.footer_menu .header_order_follow_up {
    margin-right: 0;
    padding-top: 12px;
}

.footer_menu .header_order_follow_up.active > a {
    color: #ed1d26;
}

/* Offcanvas Menu */
.offcanvas_main_menu li.active,
.offcanvas_main_menu li:hover {
    background: #f9f9f9;
}

.offcanvas_main_menu li.active a,
.offcanvas_main_menu li:hover a {
    color: #ed1d26;
}

.offcanvas_main_menu li a {
    margin-bottom: 0;
    padding: 10px 5px;
    font-size: 15px;
}

@media screen and (min-width: 992px) {
    .offcanvas_main_menu li a {
        font-size: 14px;
    }
}

.Offcanvas_menu_wrapper .top_right > ul > li {
    margin-right: 8px;
    vertical-align: middle;
}

.Offcanvas_menu_wrapper .top_right > ul > li > a {
    display: flex;
    align-items: center;
}

.offcanvas_main_menu .menu-open {
    background: inherit !important;
}

.offcanvas_main_menu .menu-open .sub-menu a {
    color: inherit;
}

.Offcanvas_follow {
    flex-direction: column;
    align-items: center;
}

.Offcanvas_follow label {
    margin-right: 0;
    font-size: 15px;
}

.Offcanvas_follow ul {
    margin-top: 10px;
}

.Offcanvas_follow ul li {
    margin-top: 10px;
}

.Offcanvas_follow ul li {
    margin: 0 10px;
}

/* Footer */
@media only screen and (max-width: 767px) {
    .footer_menu ul li {
        margin: 10px 0;
    }
}

.footer_menu ul li a {
    display: flex;
    align-items: center;
    font-size: 15px;
}

@media screen and (min-width: 992px) {
    .footer_menu ul li a {
        font-size: 14px;
    }
}

.footer_menu ul li.active a {
    color: #ed1d26;
}

.copyright_area a {
    font-weight: 600;
}

.subscribe_form form {
    position: unset;
    background: unset;
    border-radius: unset;
}

.footer-newsletter-form {
    position: relative;
    background: #f0f0f0;
    border-radius: 5px;
}

/* Search Form AJAX */
.search-input form {
    position: relative;
}

.search-input .ajax-result {
    position: absolute;
    left: 0;
    top: 47px;
    width: 100%;
    display: none;
    padding: 10px 10px 0 10px;
    background-color: #ffffff;
    border: 1px solid #ed1d26;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 1033;
}

.ajax-result .item {
    display: flex;
    justify-content: stretch;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    border-top: 1px dashed #CCCCCC;
    font-size: 14px;
}

.ajax-result .item:hover {
    background-color: #fafafa;
}

.ajax-result .item .image {
    padding: 0 10px;
}

.ajax-result .item .content {
    padding: 0 10px;
}

.ajax-result .item .title {
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.ajax-result .item .desc {
    font-size: 12px;
    color: #8c8c8c;
}

.ajax-result .item img {
    max-height: 100px;
}

/* Mini Cart Modal */
.mini_cart {
    padding-bottom: 18px;
    display: flex;
    flex-direction: column;
}

.mini_cart .mini_cart_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

@media only screen and (min-width: 992px) {
    .mini_cart .mini_cart_header {
        padding-bottom: 6px;
    }
}

.mini_cart .mini_cart_header .mini_cart_text h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 0;
}

.mini_cart .cart_item_list {
    border: 1px solid #f0f0f0;
    border-top: none;
    overflow: auto;
    flex: 2;
}

.mini_cart .cart_item_list .cart_item:last-child {
    border-bottom: none;
}

.mini_cart .cart_item_list .cart_item .cart_remove a {
    color: #dc3545;
}

.mini_cart .cart_item_list .cart_item .cart_remove a:hover {
    color: #ed1d26;
}

.mini_cart .cart_item_list .cart_item .cart_info .price_box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.mini_cart .cart_item_list .cart_item .cart_info .price_box span.current_price {
    margin-right: 5px;
    color: #fd5018;
    font-size: 14px;
    font-weight: 600;
}

.mini_cart .cart_item_list .cart_item .cart_info .price_box span.old_price {
    color: #757575;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-decoration: line-through;
}

.mini_cart_table {
    flex: .5;
}

@media only screen and (min-width: 992px) {
    .mini_cart_table {
        padding: 14px 0;
    }
}

@media only screen and (min-width: 1400px) {
    .mini_cart_table {
        padding: 23px 0;
    }
}

.mini_cart_footer {
    flex: .25;
}

/* Login Form Modal */
#modal-login-form .modal-footer {
    justify-content: space-between;
}

#modal-forgot-password-form .modal-footer {
    justify-content: space-between;
}

.modal-login-form-forgot-password-text {
    font-size: 14px;
    line-height: 34px;
}

.modal-login-form-forgot-password-text:hover {
    color: #ed1d26;
}

.modal-lg .modal-content button.close {
    padding: 6px 23px 6px 12px;
    left: unset;
    right: 7px;
}

.modal-lg .modal-content button.close i {
    font-size: 17px;
}

@media only screen and (max-width: 767px) {
    .modal-content button.close {
        left: 92%;
        width: 36px;
        height: 35px;
        top: 9px;
        margin-bottom: 0;
    }
}

/* Register Page */
.float-label-form .form-group {
    position: relative;
}

.float-label-form .form-group .form-control {
    border-radius: 0;
    background: none;
    position: relative;
    z-index: 2;
    padding-top: 15px;
}

.float-label-form .form-group .form-control:valid {
    background: #fff;
}

.float-label-form .form-group.focused,
.float-label-form .form-group .form-control:focus {
    border-color: inherit;
    background: none;
}

.float-label-form .form-group.focused label,
.float-label-form .form-group .form-control:focus + label {
    color: #212529;
    top: -7px;
    font-size: 14px;
    z-index: 5;
    padding: 0 5px;
    box-sizing: border-box;
    margin-left: 5px;
    background: #fff;
}

.float-label-form .form-group > label {
    position: absolute;
    top: 0;
    transition: all .26s ease-in;
    padding: .375rem .75rem;
    margin-bottom: 0;
    z-index: 1;
    box-sizing: border-box;
    color: #B6B3B3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Home Page */
.banner_text h2 {
    width: 150px;
}

@media screen and (min-width: 992px) {
    .banner_text h2 {
        width: 220px;
    }
}

.catalog-item {
    margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
    .catalog-item {
        margin-bottom: 0;
    }
}

.banner_area .banner_thumb {
    background: #F3F3F3;
}

.banner_area .banner_thumb a img {
    max-width: 120px;
    height: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner_area .banner_thumb a img {
        max-width: 150px;
        height: 150px;
    }
}

@media screen and (min-width: 992px) {
    .banner_area .banner_thumb a img {
        max-width: 550px;
        height: 221px;
    }
}

.banner_area .banner_thumb .banner-image {
    display: block;
    text-align: end;
}

.brand_container .single_brand img {
    height: 120px;
}

.categories_menu_toggle > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.categories_menu_toggle > ul > li > a .expand {
    display: none;
}

#more-btn {
    display: inherit;
}

.mailchimp-error {
    color: red;
}

/* Article Page */
.article-text {
    font-size: 14px;
    line-height: 26px;
}

.article-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
}

/* News Page */
.readmore_button a {
    line-height: 38px;
}

.single_blog .blog_content .blog_meta i {
    margin-right: 5px;
}

.blog_details_wrapper .blog_content h1 {
    font-size: 24px;
    text-transform: inherit;
    font-weight: 600;
    margin-bottom: 19px;
    line-height: 26px;
    padding-bottom: 0;
}

.blog_details .blog_content .post_meta i {
    margin-right: 7px;
}

.blog_details .blog_content .entry_content {
    padding-top: 15px;
}

/* Tags Page */
.tag_widget ul li.active a {
    background: #ed1d26;
    border-color: #ed1d26;
    color: #fff;
}

.blog_sidebar .blog_wrapper .single_blog .blog_thumb {
    margin-right: 0;
}

.blog_wrapper .blog_thumb {
    max-width: 370px;
}

.pagination ul li:last-child {
    margin-left: 0;
}

/* Contact Page */
.contact-us-map {
    padding: 0;
    margin: 0;
}

.mapouter {
    position: relative;
    text-align: right;
    height: 400px;
    width: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 400px;
    width: 100%;
}

.required-text {
    margin-left: 5px;
    font-size: 11px;
}

.contact_message input,
.contact_message textarea {
    background: #f9f9f9;
}

.contact_message input:focus,
.contact_message textarea:focus {
    background: #ffffff;
}

@media only screen and (min-width: 992px) {
    .customer_agent {
        margin-top: 30px;
    }
}

.customer_agent .contacts-image {
    height: 150px;
}

.customer-agent-title {
    text-transform: capitalize;
}

.contacts-title {
    text-align: center;
    margin: 6px 0;
}

.contacts-title h3 > span:last-child {
    background-color: red;
}

.contact_message form .form-group textarea {
    margin-bottom: 0;
}

/* Product List */
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    color: inherit;
    background-color: #ed1d26;
}

.bootstrap-select .dropdown-item:focus,
.bootstrap-select .dropdown-item:hover {
    background-color: rgba(255, 213, 76, 0.30);
}

.bootstrap-select .dropdown-toggle {
    background-color: #F4F4F4;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none !important;
}

.breadcrumb_content {
    padding: 0;
}

@media screen and (min-width: 992px) {
    .breadcrumb_content {
        padding: 22px 0;
    }
}

.breadcrumb_content ul li {
    font-size: 15px;
}

/* Product List Sidebar */
.widget_list {
    margin-bottom: 10px;
    padding-bottom: 15px;
}

@media screen and (min-width: 992px) {
    .widget_list {
        margin-bottom: 29px;
        padding-bottom: 35px;
    }
}

.widget_list h2 {
    margin: 0 0 7px;
    padding: 0;
}

@media screen and (min-width: 992px) {
    .widget_list h2 {
        margin: 0 0 15px;
        padding: 0 0 5px;
    }
}

.widget_list > ul > li > a {
    margin-left: 0;
}

.widget_list > ul > li > a.open {
    color: #ed1d26;
}

.widget_list > ul > li > a .text {
    margin-left: 30px;
    display: block;
}

.widget_list > ul > li > label > a {
    margin-left: 0;
    font-size: 15px;
    display: block;
    line-height: 27px;
}

@media screen and (min-width: 992px) {
    .widget_list > ul > li > label > a {
        font-size: 14px;
    }
}

.widget_list > ul > li.active > label > a,
.widget_list > ul > li:hover > label > a {
    color: #ed1d26;
}

.widget_list > ul > li > label > a .text {
    margin-left: 30px;
    display: block;
}

.widget_list > ul > li > label {
    display: block;
}

.widget_list.widget_tag {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.widget_groups {
    max-height: 335px;
    overflow: auto;
}

.widget_vehicle_brand {
    max-height: 333px;
    overflow: auto;
}

.widget_model {
    max-height: 333px;
    overflow: auto;
}

.sidebar_filter .widget_list {
    padding-bottom: 0;
    margin-bottom: 19px;
}

.sidebar_filter .widget_inner {
    margin-bottom: 10px;
}

.widget_inner {
    margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
    .widget_inner {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .widgets_container {
        text-align: unset;
    }
}

.subgroup-list {
    display: none;
    padding: 8px !important;
    background-color: #fefefe;
    border-radius: 5px;
}

.subgroup-list > ul > li > label > a .text {
    margin-left: 30px;
}

.subgroup-list > ul > li > label {
    display: block;
}

.shop_sidebar_banner {
    margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
    .shop_sidebar_banner {
        margin-bottom: 50px;
    }
}

.shop_banner {
    margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
    .shop_banner {
        margin-bottom: 44px;
    }
}

@media only screen and (max-width: 991px) {
    .sidebar_widget .widget_inner .widget_categories .title-links {
        display: none;
    }

    .sidebar_filter .widget_inner .widget_categories .title-links {
        display: block;
    }
}

.filter-remove-link {
    font-size: 15px;
}

@media screen and (min-width: 992px) {
    .filter-remove-link {
        font-size: 14px;
    }
}

/* Single Product */
.product-list .single_product {
    flex-direction: column;
}

.product-list .oem-product {
    flex-direction: row;
    padding: 10px 20px;
}

.single_product .product_name h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.single_product .product_name .manufacture_product a:hover {
    color: #ed1d26;
}

.product_thumb {
    min-height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_thumb .primary_img {
    display: flex;
    min-height: 270px;
    height: 270px;
    justify-content: center;
    align-items: center;
}

.product_thumb .primary_img img {
    max-height: 100%;
}

.owl-carousel .product_thumb .primary_img {
    min-height: unset;
    height: unset;
}

.product_name p a {
    min-height: 20px;
}

.product_name a {
    display: block;
}

.add_to_cart button {
    line-height: 36px;
    width: 36px;
    text-align: center;
    font-size: 22px;
    display: block;
    transition: all .5s ease;
    transform: scale(.7);
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
}

.text_not_available p span {
    color: #c10a0a;
}

.grid_list .single_product .product_content.list_content {
    min-width: 66.666667%;
    padding-left: 15px;
    margin-top: 0;
}

.grid_list .single_product .product_thumb {
    min-height: 265px;
    margin-right: 0;
}

.grid_list .single_product .product_thumb .primary_img {
    min-height: unset;
    height: unset;
}

.grid_list .single_product .product_content.list_content .left_caption {
    width: 57%;
    min-height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.grid_list .single_product .product_content.list_content .product_name h3 {
    min-height: unset;
}

.cart_links_btn a:hover span {
    color: #ed1d26;
}

.ajax-result .price_box span.regular_price {
    font-size: 15px;
}

/* Product Detail Page */
.product_d_right .product_desc {
    margin-bottom: 0;
    border-bottom: none;
}

.product_meta span a {
    margin-left: 0;
}

.product_meta span a:first-child {
    margin-left: 10px;
}

.product_area .product_carousel .product_name h3,
.shop_wrapper .single_product .product_name h3 {
    min-height: 40px;
    line-height: 22px;
}

.product_details .product_right_sidebar .product_d_right .price_box .label_product {
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 3px;
}

.product_social {
    margin-bottom: 24px;
}

.product_d_right .product_social ul li a i {
    margin-right: 5px;
}

.product_d_right .product_social ul li a.instagram {
    background: linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.product_applications, .product_attributes {
    margin: 20px 0;
}

@media screen and (min-width: 992px) {
    .product_applications, .product_attributes {
        margin-top: 20px;
    }
}

.product_applications .card .card-header {
    padding: 5px 10px;
    color: #ffffff;
    background-color: #ed1d26;
}

.product_attributes .card .card-header {
    padding: 5px 10px;
}

.product_applications .card .card-body,
.product_attributes .card .card-body {
    padding: 5px 10px 0 10px;
}

.product-suitable-table, .product-attribute-table {
    margin-bottom: 5px;
}

.product-suitable-table tr td,
.product-attribute-table tr td {
    padding: 4px;
    font-size: 14px;
}

.product-suitable-table tr:first-child td,
.product-attribute-table tr:first-child td {
    border-top: 0;
}

.product-brand-codes {
    margin: 10px 0;
}

.product-brand-codes .card .card-header {
    padding: 5px 10px;
    color: #ffffff;
    background-color: #ed1d26;
    text-align: center;
}

.product-brand-codes .card .card-body {
    padding: 5px 10px 0 10px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .product_right_sidebar .product-details-tab {
        margin-bottom: 0;
    }
}

/* Cart Page */
.shopping_cart_area .table_desc {
    border: none;
}

.shopping_cart_area .table_desc table {
    border: 1px solid #f0f0f0;
}

.cart_page table thead tr th.product_remove .btn-delete-basket-all {
    font-size: 20px;
}

.cart_page table tbody tr td,
.cart_page table tbody tr td.product_quantity {
    min-width: unset !important;
}

.cart_page table tbody tr td.product_quantity input {
    width: 40px !important;
}

.cart_page .product_thumb {
    min-height: unset;
    display: table-cell;
}

.cart_page table thead tr th.product_remove .btn-delete-basket-all,
.cart_page table tbody tr td.product_remove a {
    color: #dc3545 !important;
}

.cart_page table thead tr th.product_remove .btn-delete-basket-all:hover,
.cart_page table tbody tr td.product_remove a:hover {
    color: #ed1d26 !important;
}

.coupon_inner {
    padding-bottom: 10px;
}

.cargo-input {
    display: none;
}

.shopping_cart_area .cart_total {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #dee2e6;
}

.shopping_cart_area .cart_total p {
    font-weight: 600;
    font-size: 14px;
}

.shopping_cart_area .cart_total .cart_amount {
    font-size: 18px;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .shopping_cart_area .cart_total .cart_amount {
        font-size: 14px;
        font-weight: 600;
    }
}

.table_desc .cart_page table tbody tr td.product-price {
    font-size: inherit;
}

.table_desc .cart_page table tbody tr td.product_total {
    font-size: 15px;
    font-weight: 600;
}

.table_desc .cart_page table tbody tr td.product_info,
.user-order-detail-table .product_info {
    display: flex;
    align-items: center;
}

.table_desc .cart_page table tbody tr td.product_info .product_info_image_section a,
.user-order-detail-table .product_info .product_info_image_section a {
    display: block;
}

.table_desc .cart_page table tbody tr td.product_info .product_info_text_section,
.user-order-detail-table .product_info .product_info_text_section {
    margin-left: 5px;
    text-align: start;
}

.table_desc .cart_page table tbody tr td.product_info .product_info_text_section .product_info_code,
.user-order-detail-table .product_info .product_info_text_section .product_info_code {
    color: inherit;
    font-weight: 600;
}

.table_desc .cart_page table tbody tr td.product_info .product_info_text_section .product_info_code:hover,
.user-order-detail-table .product_info .product_info_text_section .product_info_code:hover {
    color: #ed1d26;
}

.table_desc .cart_page table tbody tr td.product_info .product_info_text_section .product_info_name,
.user-order-detail-table .product_info .product_info_text_section .product_info_name {
    margin-bottom: 0;
    color: inherit;
    font-size: 15px;
}

.user-order-detail-table .product_info .product_info_text_section .product_info_quantity {
    font-size: 13px;
    font-weight: 600;
}

.cart_breadcrumbs_area {
    padding: 20px 0;
}

.cart_breadcrumbs_area .cart_breadcrumb_content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart_breadcrumbs_area .cart_breadcrumb_content li {
    color: #888;
    font-weight: 700;
    text-align: center;
    position: relative;
    display: flex;
}

.cart_breadcrumbs_area .cart_breadcrumb_content li::before,
.cart_breadcrumbs_area .cart_breadcrumb_content li:last-child::after {
    content: "";
    flex: 1 1;
    border-bottom: 3px solid #e2e2e2;
    margin: auto;
    display: inline-block;
    width: 18px;
}

@media only screen and (min-width: 576px) {
    .cart_breadcrumbs_area .cart_breadcrumb_content li::before,
    .cart_breadcrumbs_area .cart_breadcrumb_content li:last-child::after {
        width: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .cart_breadcrumbs_area .cart_breadcrumb_content li::before,
    .cart_breadcrumbs_area .cart_breadcrumb_content li:last-child::after {
        width: 70px;
    }
}

@media only screen and (min-width: 992px) {
    .cart_breadcrumbs_area .cart_breadcrumb_content li::before,
    .cart_breadcrumbs_area .cart_breadcrumb_content li:last-child::after {
        width: 90px;
    }
}

@media only screen and (min-width: 1200px) {
    .cart_breadcrumbs_area .cart_breadcrumb_content li::before,
    .cart_breadcrumbs_area .cart_breadcrumb_content li:last-child::after {
        width: 150px;
    }
}

.cart_breadcrumbs_area .cart_breadcrumb_content li.active::before {
    border-color: #ed1d26;
}

.cart_breadcrumbs_area .cart_breadcrumb_content li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    transition: all .3s ease 0s;
    font-size: 13px;
    line-height: 16px;
    width: 55px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media only screen and (min-width: 768px) {
    .cart_breadcrumbs_area .cart_breadcrumb_content li a {
        width: unset;
        min-width: 85px;
        font-size: 14px;
        line-height: 24px;
    }
}

.cart_breadcrumbs_area .cart_breadcrumb_content li a i {
    margin-bottom: 5px;
    padding: 10px;
    font-size: 18px;
    color: #333;
    background: #f2f2f2;
    border-radius: 50px;
    transition: all .3s ease 0s;
}

@media only screen and (min-width: 768px) {
    .cart_breadcrumbs_area .cart_breadcrumb_content li a i {
        padding: 14px;
        font-size: 23px;
    }
}

.cart_breadcrumbs_area .cart_breadcrumb_content li a:hover {
    color: #ed1d26;
    transition: all .3s ease 0s;
}

.cart_breadcrumbs_area .cart_breadcrumb_content li a:hover i {
    color: rgba(51, 51, 51, .7);
    background: #ed1d26;
    transition: all .3s ease 0s;
}

.cart_breadcrumbs_area .cart_breadcrumb_content li.active a {
    color: #333;
}

.cart_breadcrumbs_area .cart_breadcrumb_content li.active a i {
    background: #ed1d26;
}

/* User Page */
.user-order-list-table .order-status {
    padding: 7px;
    color: #ffffff;
    border-radius: 5px;
}

.user-order-detail-table th,
.user-order-detail-table td,
.user-order-list-table th,
.user-order-list-table td {
    vertical-align: middle !important;
}

.user-order-detail-table tbody tr td {
    min-width: unset !important;
    padding: 10px 2px !important;
}

.user-order-detail-table thead tr th {
    border-left: 2px solid #dee2e6;
    padding: 2px 7px;
}

.user-order-detail-table thead tr th:first-child {
    border-left: none;
}

/* Error Page */
.error_form a {
    line-height: 40px;
}

/* Order Follow-up Page */
.order_follow_up_form {
    margin-bottom: 60px;
}

.order_follow_up_form h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 19px;
    letter-spacing: initial;
}

.order_follow_up_form img {
    max-width: 500px;
}

.order_follow_up_form .order-success-title {
    color: #73AF55;
}

/* single_product oem-product */
.right_caption {
    width: 43%;
}

@media (max-width: 768px) {
    .oem-product {
        display: flex !important;
        flex-direction: column !important;
    }

    .oem-product .product_content {
        width: 100% !important;;
    }

    .oem-product .list_content .left_caption {
        margin-bottom: 12px;
        width: 100% !important;
    }

    .oem-product .list_content .right_caption {
        margin-bottom: 10px;
    }

    .oem-product .list_content .right_caption .price_box {
        margin-bottom: 0 !important;
    }

    .oem-product .list_content .right_caption .text_available p {
        flex-direction: row !important;
    }

    .right_caption {
        width: 100%;
    }

    .add-cart-form a {
        margin-top: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 967px) {
    .oem-product .list_content .right_caption .text_available p span {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .oem-product .product_content .left_caption {
        width: 60%;
    }

    .oem-product .product_content .right_caption {
        width: 40%;
    }

    .oem-product .product_content .right_caption .detail-favorite-product {
        max-width: 100%;
    }

    .oem-product .product_content .right_caption .detail-favorite-product button {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .grid_list .product_thumb {
        min-width: 33.333333%;
        flex: 0;
    }
}

/* others */
.btn-quantity-check {
    background: transparent;
    border: none;
    color: green;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
}

.btn-quantity-check:hover {
    background: #00000012;
}

.custom-product_quantity {
    position: relative;
}

.custom-product_quantity span.min-order-quantity-text {
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
}

.custom-product_quantity span.input-group-text {
    cursor: pointer;
}

.basket-account-tab .tab-content {
    padding: 15px 10px 15px 0;
}

.basket-account-tab ul li {
    margin-right: 10px;
}

.basket-account-tab ul li input {
    margin-right: 5px;
}

.form-group-flex {
    display: flex;
    align-items: baseline;
}

.form-group-recaptcha {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 768px) {
    .form-group-recaptcha {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.form-group input[type=checkbox] {
    margin-top: 6px;
    margin-right: 7px;
}

.text-statement {
    cursor: pointer;
}

.text-statement a {
    color: #5c5d6c;
    font-weight: 400;
    text-decoration: underline;
}

.float-label-form.user-form label {
    padding: 0 5px;
    position: absolute;
    top: -7px;
    left: 15px;
    font-size: 15px;
    line-height: 15px;
    background: #fff;
    z-index: 5;
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    .float-label-form.user-form label {
        font-size: 14px;
        line-height: 14px;
    }
}

.account-user-status {
    margin: 10px 0;
}

.account-user-status label {
    margin-bottom: 0 !important;
    position: unset !important;
}

.account-user-status li {
    margin-left: 12px;
}

.account-user-status li:first-child {
    margin-left: 0;
}

.basket-address-list label {
    padding-right: 3px;
    display: block;
}

.basket-address-list label input {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translatey(-50%);
    opacity: 0;
    cursor: pointer;
    z-index: 999;
    transition: background-color 500ms ease-out 1s;
}

.basket-address-group-item {
    margin-bottom: 15px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
}

.basket-address-group-item .address-delete-button,
.basket-address-group-item .address-edit-button {
    padding: 3px 6px;
}

.basket-address-list label input:checked ~ .basket-address-group-item {
    border-color: #7AD43C;
    transition: background-color 500ms ease-out 1s;
}

.basket-address-group-item-title-section {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.basket-address-group-item-title {
    margin-bottom: 0;
    color: #333;
    font-size: 15px;
    line-height: 26px;
}

.basket-address-group-item-check-icon {
    position: absolute;
    top: -2px;
    right: 18px;
    color: #e5e5e5;
    font-size: 27px;
    border-top-right-radius: 8px;
    transition: background-color 500ms ease-out 1s;
    overflow: hidden;
}

.basket-address-list label input:checked ~ .basket-address-group-item .basket-address-group-item-check-icon {
    color: #7AD43C;
    transition: background-color 500ms ease-out 1s;
}

.basket-address-group-item-info-section {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.basket-address-list label input:checked ~ .basket-address-group-item .basket-address-group-item-info-section {
    border-color: #7AD43C;
}

.basket-address-group-item-info-list {
    margin-top: 15px;
    margin-bottom: 15px;
}

.basket-address-group-item-info-list-text {
    margin-bottom: 0 !important;
    font-size: 15px;
}

.basket-address-group-item-info-title {
    margin: 0 !important;
    color: #8c8ea3;
    font-size: 15px !important;
}

.address-group-item {
    margin-bottom: 15px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.address-group-item-title-section {
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.address-group-item-title {
    margin-bottom: 0;
    color: #333;
    font-size: 15px;
    line-height: 21px;
}

.address-group-item-info-section {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.address-group-item-info-title {
    margin: 0 !important;
    color: #8c8ea3;
    font-size: 15px !important;
    font-weight: 600;
    text-transform: capitalize;
}

.address-group-item-info-list {
    margin-bottom: 15px;
}

.address-group-item-info-list-title {
    margin-bottom: 5px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
}

.address-group-item-bottom-section {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.modal-address-form .modal-title {
    font-size: 17px;
}

.form-check-label {
    cursor: pointer;
}

.input-phone-group .iti--allow-dropdown,
.input-work-phone-format .iti--allow-dropdown {
    width: 100%;
}

.modal-body .input-phone-group .iti--allow-dropdown,
.modal-body .input-work-phone-format .iti--allow-dropdown {
    z-index: 5;
}

.input-phone-group .iti__country-list,
.input-work-phone-format .iti__country-list {
    max-width: 350px;
    overflow-x: hidden;
}

.input-phone-group .iti__country-list::-webkit-scrollbar,
.input-work-phone-format .iti__country-list::-webkit-scrollbar {
    width: 7px;
}

.input-phone-group .iti__country-list::-webkit-scrollbar-thumb,
.input-work-phone-format .iti__country-list::-webkit-scrollbar-thumb {
    background-color: #6C6E71;
    border-radius: 7px;
    -webkit-transition: background-color 500ms ease-out 1s;
    transition: background-color 500ms ease-out 1s;
}

.input-phone-group .iti__country-list::-webkit-scrollbar-thumb:hover,
.input-work-phone-format .iti__country-list::-webkit-scrollbar-thumb:hover {
    background-color: #333333;
    -webkit-transition: background-color 500ms ease-out 1s;
    transition: background-color 500ms ease-out 1s;
}

.input-phone-group .iti__country,
.input-work-phone-format .iti__country {
    padding: 5px 10px;
    border-top: none;
}

.input-phone-group .iti__divider,
.input-work-phone-format .iti__divider {
    padding: 0 0 5px 0;
    border-top: none;
    border-bottom: 3px solid #ccc;
}

.float-label-form .input-phone-group label,
.float-label-form .input-work-phone-format label {
    top: -7px;
    left: 40px;
    font-size: 14px;
}

.input-phone-group input::-webkit-input-placeholder {
    color: #B6B3B3;
}

.input-phone-group input::-moz-placeholder {
    color: #B6B3B3;
}

.input-phone-group input:-ms-input-placeholder {
    color: #B6B3B3;
}

.input-phone-group input::-ms-input-placeholder {
    color: #B6B3B3;
}

.input-phone-group input::placeholder {
    color: #B6B3B3;
}

.iti--allow-dropdown input {
    z-index: initial !important;
}

.intl-tel-input {
    display: table-cell;
}

.intl-tel-input .selected-flag {
    z-index: 4;
}

.intl-tel-input .country-list {
    z-index: 5;
}

.badge-success-custom {
    background-color: #0c7023;
}

.badge-info-custom {
    background-color: #117181;
}

.import-products-file-form-group .import-products-file-upload-form-group {
    display: inline-flex;
    align-items: center;
}

.import-products-file-form-group .import-products-file-input {
    opacity: 0;
    z-index: -1;
    position: absolute;
    display: none;
    visibility: hidden;
}

.import-products-file-form-group .import-products-file-input + label {
    margin-bottom: 0;
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    .import-products-file-form-group .import-products-file-input + label i {
        margin-right: 7px;
    }
}

.import-products-file-form-group .import-products-file-button {
    display: none;
}

.installments-section {
    margin-top: 25px;
}

.installments-section .page-heading {
    border-bottom: 2px solid #333;
}

.installments-section .installment-list {
    margin-bottom: 16px;
}

.installments-section .installment-item {
    border: 1px solid #eeeeee;
    background-color: #fcfcfc;
    border-radius: .25rem;
    padding: .75rem;
    margin-top: .75rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.installments-section .installment-item.selected {
    border-color: #4567b3;
    background-color: #f2f5ff;
}

.installments-section .installment-item .installment-item-image-section {
    margin-left: .75rem;
    display: flex;
    flex-direction: row;
}

.installments-section .installment-item .installment-item-text-section {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.installments-section .installment-item .installment-item-text-section .title {
    font-size: 20px;
    font-weight: 500;
    color: #212529;
}

.installments-section .installment-item .installment-item-text-section .subtitle {
    display: inline-flex;
    color: #757171;
}

.installments-section .installment-item .installment-item-text-section .subtitle .amount {
    margin-left: 5px;
    margin-bottom: 0;
    font-weight: 700;
    color: #dc3545;
}

.installments-section .installment-item .installment-item-text-section .title,
.installments-section .installment-item .installment-item-text-section .subtitle {
    margin-bottom: 0;
}

.installments-section .installment-item .installment-item-amount {
    margin: 0 0.25rem;
    font-size: 30px;
    font-weight: 500;
    color: #212529;
}

.installments-section .installment-item .installment-item-currency {
    color: #6b6b6f;
}

.installment-item-radio-button {
    position: relative;
    display: block;
}

.installment-item-radio-button label {
    display: block;
    color: #333;
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 5px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.installment-item-radio-button label:before,
.installment-item-radio-button label:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: #eeeeee;
}

.installment-item-radio-button label:after {
    border: 1px solid #e4e4e4;
}

.installment-item-radio-button label:before {
    background: transparent;
    transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
    z-index: 2;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center;
    width: 0;
    height: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}

.installment-item-radio-button input[type="radio"] {
    display: none;
    position: absolute;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.installment-item.selected input[type="radio"] + label {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.installment-item.selected input[type="radio"] + label:after {
    background: #dcdcdc;
    border-color: #d3d3d3;
}

.installment-item.selected input[type="radio"] + label:before {
    width: 20px;
    height: 20px;
}

.variants {
    margin-top: 20px;
}

.variants tr {
    cursor: pointer;
}

.variants tr td,
.variants tr th {
    padding: 0.5rem 0.75rem;
    background: transparent;
    font-size: 15px;
    line-height: 15px;
}

.variants tr:first-child td,
.variants tr:first-child th {
    border-top: 0;
}

.variants tr td.name {
    text-align: left;
}

.variants tr th.price {
    color: #dc3545;
    font-weight: 600;
}

.variants tr:hover td,
.variants tr:hover th,
.variants tr.active td,
.variants tr.active th {
    background-color: #0d95e8;
    color: #fff;
}

.swal-overlay {
    z-index: 99993;
}

.alert[data-notify="container"] {
    z-index: 99993 !important;
}

.alert[data-notify="container"] .close:not(:disabled):not(.disabled) {
    top: 50% !important;
    transform: translateY(-50%);
}

.table_desc .cart_page table tbody tr td.product_quantity input {
    text-align: center;
    padding: 0 5px;
}

.cart_page table tbody tr td.product_quantity input:-moz-read-only, .product_variant.quantity input:-moz-read-only {
    background-color: #d7d7d7;
}

.cart_page table tbody tr td.product_quantity input:read-only,
.product_variant.quantity input:read-only {
    background-color: #d7d7d7;
}

.price-table {
    border: 0;
}

.blank-row {
    border: 0;
}

.blank-row th,
.blank-row td {
    border: 0;
    padding: 10px 0;
}

.tooltip-price {
    padding: 8px 0;
}

.tooltip-price .content {
    display: none;
}

.tooltip.tooltip-price-content {
    background: #fff;
    padding: 10px;
    width: 300px;
    box-shadow: 0 0 5px 0px #ddd;
}

.tooltip.tooltip-price-content .tooltip-inner {
    background-color: transparent;
    max-width: 300px;
    padding: 0;
}

.tooltip.tooltip-price-content .table {
    margin-bottom: 15px !important;
    width: 100%;
}

.tooltip.tooltip-price-content .table th,
.tooltip.tooltip-price-content .table td {
    color: #000;
}

.tooltip.tooltip-price-content .table:last-child {
    margin-bottom: 0 !important;;
}

.basket-detail-form table tr.not-buyable {
    background: #f8d7da;
}

.popup-show .fancybox-can-zoomIn .fancybox-content,
.popup-show .fancybox-image {
    cursor: pointer !important;
}

.product-details-tab .zoomWrapper {
    min-height: 320px;
    border: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-details-tab .zoomWrapper a {
    display: block;
}

.product-details-tab .zoomWrapper a img {
    width: 100%;
}

.product-images {
    margin-top: 10px;
}

.product-images .owl-stage {
    display: flex;
}

.product-images .owl-item a {
    display: block;
    height: 100%;
}

.product-images .owl-item a img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-images .owl-prev,
.product-images .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 5px 8px;
    opacity: 0.5;
    line-height: 1;
    transition: all 0.3s ease-out;
}

.product-images .owl-prev:hover,
.product-images .owl-next:hover {
    opacity: 1;
}

.product-images .owl-prev {
    left: 0;
}

.product-images .owl-next {
    right: 0;
}

.gallery-image {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.gallery-image img {
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-oem-table-card {
    border-radius: .25rem;
    overflow: hidden;
}

.product-oem-table {
    border-radius: .25rem;
    border: none;
}

.product-oem-table tr td {
    padding: 4px 8px;
    width: 100%;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    overflow: hidden;
}

.product-oem-table tr:first-child td {
    border-top: none;
}

.product-oem-table tr:last-child td {
    border-bottom: none;
}

.product-oem-table tr td:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.product-oem-table tr td:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.product-oem-table tr td.brand {
    background: #ed1d26;
    color: #fff;
    width: auto;
    text-wrap-mode: nowrap;
    min-width: 75px;
}